Class org.omg.CORBA.OperationMode
All Packages Class Hierarchy This Package Previous Next Index
Class org.omg.CORBA.OperationMode
java.lang.Object
|
+----org.omg.CORBA.OperationMode
- public final class OperationMode
- extends Object
-
_OP_NORMAL
-
-
_OP_ONEWAY
-
-
OP_NORMAL
-
-
OP_ONEWAY
-
-
from_int(int)
-
-
value()
-
_OP_NORMAL
public final static int _OP_NORMAL
_OP_ONEWAY
public final static int _OP_ONEWAY
OP_NORMAL
public final static OperationMode OP_NORMAL
OP_ONEWAY
public final static OperationMode OP_ONEWAY
value
public int value()
from_int
public final static OperationMode from_int(int i) throws BAD_PARAM
All Packages Class Hierarchy This Package Previous Next Index